home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / micq-0.4.0 / commands.txt < prev    next >
Text File  |  1999-05-14  |  868b  |  41 lines

  1. Read README for information on getting starte with Micq this is mostly for
  2. power users who insist on tinkering with things. :)
  3.  
  4. Customizable commands have been implemented via the rc file, the keywords are:
  5.  
  6. message_cmd
  7. add_cmd
  8. info_cmd
  9. quit_cmd
  10. reply_cmd
  11. again_cmd
  12. list_cmd
  13. away_cmd
  14. na_cmd
  15. dnd_cmd
  16. online_cmd
  17. occ_cmd
  18. ffc_cmd
  19. inv_cmd
  20. status_cmd
  21. auth_cmd
  22. auto_cmd
  23. change_cmd
  24. search_cmd
  25. url_cmd
  26. update_cmd
  27.  
  28. to set the message command (normally msg) to say /msg add the following line 
  29. to .micqrc
  30.  
  31. message_cmd /msg
  32.  
  33. Be sure to have an carriage return at the end of the statement.
  34. Also be sure to have only one space seperating the command and the keyword 
  35. ( message_cmd, etc. ) or else the space will be come part of the command.
  36. Commands can't contain spaces so this would be bad.
  37.  
  38. use 
  39. Sound cat sound.au > /dev/audio &
  40. to play sound.au whenever you get a new message.
  41.